home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2004 June / Computer Buyer June 2004 Cover Disc.iso / Photo / Adobe Photoshop Elements / data1.cab / Plugins_All / Plug-Ins / File_Formats / GifEL.8bi / EXVW / 16001 < prev   
Text File  |  2002-08-14  |  902b  |  1 lines

  1. ² use_mac_appearance = true;dialog (    name: '$$$/AdobePlugin/MacPaint/GIFOptions=GIF Options')     {             group ( placement: place_row )                {                group (placement: place_column )                    {                    cluster( name: '$$$/AdobePlugin/MacPaint/RowOrder=Row Order', slot: 6, label_slot: 7, view_id: -1 )                        {                        radio( name: '$$$/AdobePlugin/Radio/Normal=Normal', view_id: 1001, slot: 4,                                 class_name: '$$$/private/MacPaint/ClassName/Button=button' );                        radio( name: '$$$/AdobePlugin/Radio/Interlaced=Interlaced', view_id: 1002, slot: 5,                                 class_name: '$$$/private/MacPaint/ClassName/Button=button' );                        }                    }                group (placement: place_column )                    {                    button(name: gOKString, slot: 1, view_id: tkOKButton, default: true);                            button(name: gCancelString, slot: 2, view_id: tkCancelButton, default: false);                        }        group( placement: place_offscreen )             {                     user_item( slot: 3 );            }                 }    }